Skip to content

test: make tests really run on specified Py version and deprecate 3.5 as it's EOL#95

Merged
kezhenxu94 merged 1 commit into
masterfrom
chore/py-version
Dec 9, 2020
Merged

test: make tests really run on specified Py version and deprecate 3.5 as it's EOL#95
kezhenxu94 merged 1 commit into
masterfrom
chore/py-version

Conversation

@kezhenxu94

@kezhenxu94 kezhenxu94 commented Dec 5, 2020

Copy link
Copy Markdown
Member

Comment on lines +45 to +54
if: ${{ matrix.python-version != '3.5' }}
run: make setup install
- name: Lint codes
if: ${{ matrix.python-version != '3.5' }}
run: make lint
- name: Check license header
if: ${{ matrix.python-version != '3.5' }}
run: make license
- name: Run unit tests
if: ${{ matrix.python-version != '3.5' }}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need this to make it pass the check status first

@kezhenxu94 kezhenxu94 added chore Project chores test test labels Dec 5, 2020
@kezhenxu94 kezhenxu94 added this to the 0.5.0 milestone Dec 5, 2020
@kezhenxu94 kezhenxu94 requested a review from fgksgf December 9, 2020 01:07
@kezhenxu94 kezhenxu94 merged commit 80f1e72 into master Dec 9, 2020
@kezhenxu94 kezhenxu94 deleted the chore/py-version branch December 9, 2020 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Project chores test test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants